SYNTAX:
HS_CLOSE_VS_OUTPUT_RELAY(VS_NO, ON/OFF , WAIT=x [, ALL_SITE_ON/FAIL_SITE_ONLY/PLAN_FAIL_SITE_ONLY] );
NOTE: The argument which can use _C_Variable (VS_NO , WAIT=x)
DESCRIPTION:
Set the VS output relay form HS on(close) or off(open).
There is no wait time after relay on or off by tester system.
User have to add WAIT time in test program by themselves in order to avoid hot switching and unstable spike voltage.
In compile,user can select "Auto Add Relay Wait Time Param in PRG"to add Default wait time in PRG by system automatically.
If user have already taken WAIT time into consideration by themself,please unselect it.

REQUIRED ARGUMENT:
PARA1: VS_NO
HS_VS9~32 or power_source_name(string) or _C_Variable
PARA2: ON/OFF
ON = close VS relay , OFF = open VS relay.
PARA3: WAIT=x
Wait time to next instruction.
x range:0s-200s or parameter name; Unit: s or ms or us;
Resolution: 10us
EXAMPLE:
HS_CLOSE_VS_OUTPUT_RELAY(HS_VS9,ON, WAIT=3mS);
WAIT(1MS);
HS_CLOSE_VS_OUTPUT_RELAY(HS_VS9,OFF, WAIT=3mS);
WAIT(1MS);